home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / allscrpt.zip / COMM-NET.SCR < prev    next >
Text File  |  1986-05-04  |  1KB  |  55 lines

  1. . COMM-NET.SCR -- Linked script for QMODEM 2.0
  2. . This Script can be customized easily for
  3. . COMM-NET (Colossus) auto-logon:
  4. .
  5. . Replace FIRSTNAME;LASTNAME with your real name.
  6. . Replace PASSWORD with you normal password.
  7. . Replace 215-555-1212 with your voice phone number.
  8. .
  9. .=========================================
  10. .          COMM-NET - 649-5422
  11. .   2400/1200 baud (8/N/1) - 24 hours
  12. .    Special Emphasis: The Power User
  13. . 13 Message Sections & 15 Files Sections
  14. .
  15. .         Colossus BBS Software
  16. .     For IBM-Compatible Users Only
  17. .    Business Orientation - No Games
  18. .            ** NOW PUBLIC **
  19. .=========================================
  20. .
  21. Note      Logging onto COMM-NET
  22. Note      Three beeps means COMM-NET awaits your command!
  23.  
  24. Timeout   30 Halt                    Waitfor limit to 30, error goto NAME
  25.  
  26. Waitfor   'First'
  27. Send      'FIRSTNAME;LASTNAME{'
  28.  
  29. Waitfor   'correct'
  30. Send      'Y{'
  31.  
  32. Waitfor   'Password'
  33. Send      'PASSWORD{'
  34.  
  35. Waitfor   'phone number.'
  36. Waitfor   '--- --- ----'
  37. Waitfor   '>'
  38. Send      '215-555-1212{'
  39.  
  40. Waitfor   ']?'
  41.  
  42. BEEP 400
  43. BEEP 400
  44. BEEP 400
  45. Return
  46.  
  47. Halt:
  48.  
  49. BEEP 400
  50. BEEP 200
  51. Note      Unsuccessful Attempt. Please try later!
  52.